| Method | Request URI |
|---|---|
| DELETE | /API/DataCube/Placeholder/{id}/?transformId=value&placeholderId=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| transformId | The ID of the transform the parameter is on. |
| placeholderId | The ID of the placeholder to delete. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the data cube the parameter is in. |
| Authorization: Bearer <Current session ID> |